home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 1065
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 10080
- LinkTopic = "Form1"
- ScaleHeight = 1065
- ScaleWidth = 10080
- StartUpPosition = 3 'Windows Default
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub betone_Click()
- End Sub
- Private Sub Command1_Click()
- Unload Me
- End Sub
- Private Sub erase_button_Click()
- End Sub
- End Sub
- Private Sub start_button_Click()
- Call board.go
- End Sub
- Private Sub Form_Load()
- End Sub
-